home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vbxs / vbslider / vcpp / vcpptest.rc < prev    next >
Text File  |  1996-04-08  |  9KB  |  263 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. #ifdef APSTUDIO_INVOKED
  16. //////////////////////////////////////////////////////////////////////////////
  17. //
  18. // TEXTINCLUDE
  19. //
  20.  
  21. 1 TEXTINCLUDE DISCARDABLE 
  22. BEGIN
  23.     "resource.h\0"
  24. END
  25.  
  26. 2 TEXTINCLUDE DISCARDABLE 
  27. BEGIN
  28.     "#include ""afxres.h""\r\n"
  29.     "\0"
  30. END
  31.  
  32. 3 TEXTINCLUDE DISCARDABLE 
  33. BEGIN
  34.     "#include ""res\\vcpptest.rc2""  // non-App Studio edited resources\r\n"
  35.     "\r\n"
  36.     "#include ""afxres.rc""  \011// Standard components\r\n"
  37.     "\0"
  38. END
  39.  
  40. /////////////////////////////////////////////////////////////////////////////////////
  41. #endif    // APSTUDIO_INVOKED
  42.  
  43.  
  44. //////////////////////////////////////////////////////////////////////////////
  45. //
  46. // Icon
  47. //
  48.  
  49. IDR_MAINFRAME           ICON    DISCARDABLE     "RES\\VCPPTEST.ICO"
  50.  
  51. //////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Menu
  54. //
  55.  
  56. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  57. BEGIN
  58.     POPUP "&File"
  59.     BEGIN
  60.         MENUITEM SEPARATOR
  61.         MENUITEM "Sliders...",                  ID_FILE_OPENSLIDER
  62.         MENUITEM "E&xit",                       ID_APP_EXIT
  63.     END
  64.     POPUP "&Help"
  65.     BEGIN
  66.         MENUITEM "&About Vcpptest...",          ID_APP_ABOUT
  67.     END
  68. END
  69.  
  70.  
  71. //////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Accelerator
  74. //
  75.  
  76. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  77. BEGIN
  78.     "N",            ID_FILE_NEW,            VIRTKEY,CONTROL
  79.     "O",            ID_FILE_OPEN,           VIRTKEY,CONTROL
  80.     "S",            ID_FILE_SAVE,           VIRTKEY,CONTROL
  81.     "Z",            ID_EDIT_UNDO,           VIRTKEY,CONTROL
  82.     "X",            ID_EDIT_CUT,            VIRTKEY,CONTROL
  83.     "C",            ID_EDIT_COPY,           VIRTKEY,CONTROL
  84.     "V",            ID_EDIT_PASTE,          VIRTKEY,CONTROL
  85.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY,ALT
  86.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY,SHIFT
  87.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY,CONTROL
  88.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY,SHIFT
  89.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  90.     VK_F6,          ID_PREV_PANE,           VIRTKEY,SHIFT
  91. END
  92.  
  93.  
  94. //////////////////////////////////////////////////////////////////////////////
  95. //
  96. // Dialog
  97. //
  98.  
  99. IDD_ABOUTBOX DIALOG DISCARDABLE  34, 22, 217, 55
  100. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  101. CAPTION "About Vcpptest"
  102. FONT 8, "MS Sans Serif"
  103. BEGIN
  104.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  105.     LTEXT           "Vcpptest Application Version 1.0",IDC_STATIC,40,10,119,
  106.                     8
  107.     LTEXT           "Copyright \251 1994",IDC_STATIC,40,25,119,8
  108.     DEFPUSHBUTTON   "OK",IDOK,176,6,32,14,WS_GROUP
  109. END
  110.  
  111. IDD_DIALOG1 DIALOG DISCARDABLE  0, 0, 251, 158
  112. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  113. CAPTION "Sliders"
  114. FONT 8, "MS Sans Serif"
  115. BEGIN
  116.     EDITTEXT        IDC_VPOS,50,10,48,13,ES_UPPERCASE | ES_AUTOHSCROLL
  117.     EDITTEXT        IDC_VMAX,50,30,48,13,ES_AUTOHSCROLL
  118.     EDITTEXT        IDC_VMIN,50,50,48,13,ES_AUTOHSCROLL
  119.     CONTROL         "SLIDER.VBX;VSlider;VSlider1",IDC_VSLIDER1,"VBControl",
  120.                     WS_CLIPSIBLINGS | WS_TABSTOP,109,7,32,69
  121.     EDITTEXT        IDC_HPOS,47,96,48,13,ES_UPPERCASE | ES_AUTOHSCROLL
  122.     EDITTEXT        IDC_HMAX,47,116,48,13,ES_AUTOHSCROLL
  123.     EDITTEXT        IDC_HMIN,47,136,48,13,ES_AUTOHSCROLL
  124.     CONTROL         "SLIDER.VBX;HSlider;HSlider1",IDC_HSLIDER1,"VBControl",
  125.                     WS_CLIPSIBLINGS | WS_TABSTOP,100,110,134,27
  126.     PUSHBUTTON      "Close",IDCANCEL,190,5,50,14
  127.     PUSHBUTTON      "Change",IDC_SETVALUES,190,25,50,14
  128.     LTEXT           "Position:",IDC_STATIC,15,13,32,11
  129.     LTEXT           "Max:",IDC_STATIC,15,32,27,10
  130.     LTEXT           "Min:",IDC_STATIC,15,54,28,9
  131.     LTEXT           "Position:",IDC_STATIC,13,99,32,11
  132.     LTEXT           "Max:",IDC_STATIC,13,119,27,10
  133.     LTEXT           "Min:",IDC_STATIC,13,139,28,9
  134. END
  135.  
  136.  
  137. //////////////////////////////////////////////////////////////////////////////
  138. //
  139. // String Table
  140. //
  141.  
  142. STRINGTABLE PRELOAD DISCARDABLE 
  143. BEGIN
  144.     IDR_MAINFRAME           "Vcpptest Windows Application\nVcppte\nVcppte Document\n\n\nVcppte.Document\nVcppte Document"
  145. END
  146.  
  147. STRINGTABLE PRELOAD DISCARDABLE 
  148. BEGIN
  149.     AFX_IDS_APP_TITLE       "Vcpptest Windows Application"
  150.     AFX_IDS_IDLEMESSAGE     "Ready"
  151. END
  152.  
  153. STRINGTABLE DISCARDABLE 
  154. BEGIN
  155.     ID_INDICATOR_EXT        "EXT"
  156.     ID_INDICATOR_CAPS       "CAP"
  157.     ID_INDICATOR_NUM        "NUM"
  158.     ID_INDICATOR_SCRL       "SCRL"
  159.     ID_INDICATOR_OVR        "OVR"
  160.     ID_INDICATOR_REC        "REC"
  161. END
  162.  
  163. STRINGTABLE DISCARDABLE 
  164. BEGIN
  165.     ID_FILE_NEW             "Create a new document"
  166.     ID_FILE_OPEN            "Open an existing document"
  167.     ID_FILE_CLOSE           "Close the active document"
  168.     ID_FILE_SAVE            "Save the active document"
  169.     ID_FILE_SAVE_AS         "Save the active document with a new name"
  170. END
  171.  
  172. STRINGTABLE DISCARDABLE 
  173. BEGIN
  174.     ID_APP_ABOUT            "Display program information, version number and copyright"
  175.     ID_APP_EXIT             "Quit the application; prompts to save documents"
  176. END
  177.  
  178. STRINGTABLE DISCARDABLE 
  179. BEGIN
  180.     ID_FILE_MRU_FILE1       "Open this document"
  181.     ID_FILE_MRU_FILE2       "Open this document"
  182.     ID_FILE_MRU_FILE3       "Open this document"
  183.     ID_FILE_MRU_FILE4       "Open this document"
  184. END
  185.  
  186. STRINGTABLE DISCARDABLE 
  187. BEGIN
  188.     ID_NEXT_PANE            "Switch to the next window pane"
  189.     ID_PREV_PANE            "Switch back to the previous window pane"
  190. END
  191.  
  192. STRINGTABLE DISCARDABLE 
  193. BEGIN
  194.     ID_EDIT_CLEAR           "Erase the selection"
  195.     ID_EDIT_CLEAR_ALL       "Erase everything"
  196.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard"
  197.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard"
  198.     ID_EDIT_FIND            "Find the specified text"
  199.     ID_EDIT_PASTE           "Insert Clipboard contents"
  200.     ID_EDIT_REPEAT          "Repeat the last action"
  201.     ID_EDIT_REPLACE         "Replace specific text with different text"
  202.     ID_EDIT_SELECT_ALL      "Select the entire document"
  203.     ID_EDIT_UNDO            "Undo the last action"
  204.     ID_EDIT_REDO            "Redo the previously undone action"
  205. END
  206.  
  207. STRINGTABLE DISCARDABLE 
  208. BEGIN
  209.     AFX_IDS_SCSIZE          "Change the window size"
  210.     AFX_IDS_SCMOVE          "Change the window position"
  211.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  212.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  213.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  214.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  215.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  216. END
  217.  
  218. STRINGTABLE DISCARDABLE 
  219. BEGIN
  220.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  221.     AFX_IDS_SCTASKLIST      "Activate Task List"
  222. END
  223.  
  224. STRINGTABLE DISCARDABLE 
  225. BEGIN
  226.     ID_FILE_OPENSLIDER      "Open the slider dialog box"
  227. END
  228.  
  229.  
  230. //////////////////////////////////////////////////////////////////////////////
  231. //
  232. // Dialog Info
  233. //
  234.  
  235. IDD_DIALOG1 DLGINIT
  236. BEGIN
  237.     1012, 0x400, 63, 0
  238. 0x0c00, 0x4449, 0x5f43, 0x5356, 0x494c, 0x4544, 0x3152, 0x0001, 0x0200, 
  239. 0xc0c0, 0x00c0, 0x0e03, 0x0f00, 0x0000, 0x6410, 0x1100, 0x0032, 0x0012, 
  240. 0x0313, 0x0014, 0x1500, 0x0000, 0x0016, 0x0317, 0x0118, 0x1900, 0x0003, 
  241. 0x011a, 0x001b, 0x1c00, 0x0001, "\377" 
  242.     1013, 0x400, 63, 0
  243. 0x0c00, 0x4449, 0x5f43, 0x5348, 0x494c, 0x4544, 0x3152, 0x0001, 0x0200, 
  244. 0xc0c0, 0x00c0, 0x0e03, 0x0f00, 0x0000, 0x6410, 0x1100, 0x0032, 0x0012, 
  245. 0x0313, 0x0014, 0x1500, 0x0000, 0x0016, 0x0317, 0x0118, 0x1900, 0x0003, 
  246. 0x011a, 0x001b, 0x1c00, 0x0001, "\377" 
  247.     0
  248. END
  249.  
  250.  
  251. #ifndef APSTUDIO_INVOKED
  252. ////////////////////////////////////////////////////////////////////////////////
  253. //
  254. // Generated from the TEXTINCLUDE 3 resource.
  255. //
  256. #include "res\vcpptest.rc2"  // non-App Studio edited resources
  257.  
  258. #include "afxres.rc"      // Standard components
  259.  
  260. /////////////////////////////////////////////////////////////////////////////////////
  261. #endif    // not APSTUDIO_INVOKED
  262.  
  263.